<squad>
	<description>
		<type>TYPE_TANK</type>
		<nationality>NATIONALITY_GERMAN</nationality>

		<long_name>Panzer I Ausf. C</long_name>
		<short_name>Panzer I C</short_name>
		<comment>A light tank with an EW141 and an MG 34 machine gun</comment>

		<uniform>german_vehicle_crew</uniform>
	</description>

	<availability>
		<data><month>6</month><year>1942</year><number>30</number></data>
		<data><month>5</month><year>1944</year><number>20</number></data>
	</availability>

	<vehicle>
		<attributes>
			<image_profile>Profile-Panzer I Ausf C.png</image_profile>
			<weight>8000</weight>
		</attributes>

		<drive>
			<engine>
				<name>Maybach HL 45 P</name>
				<horsepower>150</horsepower>
				<reliability>RELIABILITY_AVERAGE</reliability>
				<rpm_idle>500</rpm_idle>
				<rpm_limit>2500</rpm_limit>
			</engine>

			<gears>
				<forwards>8</forwards>
				<reverse>1</reverse>
			</gears>

			<steering>STEERING_CLUTCH_AND_BRAKE</steering>

			<exhaust_pipe><offsetX>-77</offsetX><offsetY>210</offsetY><angle>270</angle></exhaust_pipe>
			<exhaust_pipe><offsetX>81</offsetX><offsetY>210</offsetY><angle>90</angle></exhaust_pipe>
		</drive>

		<hull>
			<image_view>Image-Panzer I Ausf C.png</image_view>

			<width>220</width>
			<length>452</length>
			<height>100</height>

			<armour>				// @0 means vertically upright, @90 is horizontal
				<upper_front>30@30</upper_front>
				<lower_front>30@-30</lower_front>
				<side>15</side>
				<upper_rear>13@19</upper_rear>
				<lower_rear>13@-19</lower_rear>
				<top>6</top>
				<bottom>6</bottom>
			</armour>

			<man>
				<job>JOB_DRIVER</job>
				<weapon><type>WEAPON_PISTOL_P38</type></weapon>
				<ammo><for>WEAPON_PISTOL_P38</for><rounds>60</rounds></ammo>
			</man>
		</hull>

		<superstructure>
			<width>160</width>
			<length>240</length>
			<height>40</height>

			<offsetX>0</offsetX>
			<offsetY>0</offsetY>

			<armour>				// @0 means vertically upright, @90 is horizontal
				<front>30@9</front>
				<side>15</side>
				<rear>13</rear>
				<top>6</top>
			</armour>
		</superstructure>

		<turret>
			<image_view>Image-Panzer I Ausf C turret.png</image_view>

			<diameter>150</diameter>
			<height>50</height>
			<offsetX>0</offsetX>
			<offsetY>0</offsetY>

			<rotate_time>26</rotate_time>

			<armour>				// @0 means vertically upright, @90 is horizontal
				<upper_front>13@45</upper_front>
				<lower_front>13</lower_front>
				<side>13@22</side>
				<rear>13@22</rear>
				<top>10</top>
				<mantlet>0</mantlet>
			</armour>

			<weapon><type>WEAPON_AT_RIFLE_EW_141</type><offsetX>-28</offsetX><offsetY>-48</offsetY></weapon>
			<weapon><type>WEAPON_LMG_MG34_PANZERLAUF</type><offsetX>28</offsetX><offsetY>-46</offsetY></weapon>
			<ammo><for>WEAPON_AT_RIFLE_EW_141</for><rounds>94</rounds></ammo>
			<ammo><for>WEAPON_LMG_MG34_PANZERLAUF</for><rounds>2100</rounds></ammo>

			<man>
				<job>JOB_COMMANDER</job>
				<weapon><type>WEAPON_PISTOL_P38</type></weapon>
				<ammo><for>WEAPON_PISTOL_P38</for><rounds>60</rounds></ammo>
			</man>
		</turret>
	</vehicle>
</squad>
